backport: bitcoin#18417, #18521, #18529, #18176, #18423, #17926, #18353, #18407, #18455, #18565, #18867 (fuzzing harness backports: part 2)#4829
Merged
PastaPastaPasta merged 11 commits intodashpay:developfrom Jul 12, 2022
Conversation
|
This pull request has conflicts, please rebase. |
|
This pull request has conflicts, please rebase. |
78993ae to
1a7c759
Compare
|
This pull request has conflicts, please rebase. |
Merged
1091bc3 to
1e11b9e
Compare
UdjinM6
requested changes
Jul 5, 2022
UdjinM6
left a comment
There was a problem hiding this comment.
CI complains:
In file included from test/fuzz/cuckoocache.cpp:5:
./cuckoocache.h:431:13: error: no matching function for call to 'swap'
std::swap(table[last_loc], e);
^~~~~~~~~
test/fuzz/cuckoocache.cpp:43:26: note: in instantiation of member function 'CuckooCache::cache<bool, (anonymous namespace)::RandomHasher>::insert' requested here
cuckoo_cache.insert(fuzzed_data_provider.ConsumeBool());
…tions in existing fuzzing harnesses
…CFeeRate and various functions
dca5f26 to
1eed917
Compare
… net_permissions.h and timedata.h
…ckfilter.h. Add integer {de,}serialization fuzzing
…tfile.h, merkleblock.h, random.h, serialize.h and span.h
…heckqueue.h and cuckoocache.h. Add fuzzing coverage.
UdjinM6
approved these changes
Jul 8, 2022
UdjinM6
left a comment
There was a problem hiding this comment.
LGTM (compiles locally with --enable-fuzz), utACK
Member
|
PastaPastaPasta
approved these changes
Jul 12, 2022
Member
PastaPastaPasta
left a comment
There was a problem hiding this comment.
utACK for merging via merge commit
Note: there are build errors when using --enable-fuzz and --enable-werror. I have asked @kittywhiskers to create an issue to track this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on
Additional Notes